From 7cd89ab39f4f2c87858f05fc8ce5e29cd6ab4f1b Mon Sep 17 00:00:00 2001 From: oliskoli Date: Sun, 13 Apr 2008 09:22:51 +0000 Subject: [PATCH] osm: Remove attribute action from way. --- gpsbabel/osm.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/gpsbabel/osm.c b/gpsbabel/osm.c index dae49e1fc..5c9ad7764 100644 --- a/gpsbabel/osm.c +++ b/gpsbabel/osm.c @@ -810,7 +810,7 @@ osm_rte_disp_head(const route_head *rte) if (skip_rte) return; - gbfprintf(fout, " \n", --node_id); + gbfprintf(fout, " \n", --node_id); } static void -- 2.30.2